ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskbarButton Class / UnregisterFileAssociations Method / UnregisterFileAssociations(Boolean,String[]) Method
Specifies whether the file associations should be unregistered from HKEY_CURRENT_USER, not from HKEY_CLASSES_ROOT.
The extensions to unregister.

In This Topic
    UnregisterFileAssociations(Boolean,String[]) Method
    In This Topic
    Unregisters file associations for the application.
    Syntax
    'Declaration
     
    
    Public Overloads Sub UnregisterFileAssociations( _
       ByVal forCurrentUser As Boolean, _
       ByVal ParamArray extensions() As String _
    ) 
    public void UnregisterFileAssociations( 
       bool forCurrentUser,
       params string[] extensions
    )

    Parameters

    forCurrentUser
    Specifies whether the file associations should be unregistered from HKEY_CURRENT_USER, not from HKEY_CLASSES_ROOT.
    extensions
    The extensions to unregister.
    See Also